Utility.isGuid Method

Checks if the given string is a GUID like UUID.
 

Parameters

testString

Type: String
The string to test.

Return Value


Type: Boolean
A true result if the string is a GUID; false otherwise.